home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
patches
/
dfstack.sit
/
DF Stack 1.0
/
background_2633.txt
< prev
next >
Wrap
Text File
|
1988-02-26
|
3KB
|
132 lines
-- background: 2633 from stack: in.0
-- bmap block id: 4924
-- flags: 0000
-- background id: 0
-- name: Main
----- HyperTalk script -----
on idle
put the short time into field "time"
put the short date into field "date"
end idle
on mouseUp
if "button" is in the target then
put the short name of the target into theCard
if the target contains field "time" then
put the short time into field "time" of card theCard
put the short date into field "date" of card theCard
end if
push card
go to card theCard
end if
end mouseUp
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=229 top=37 right=50 bottom=293
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: date
-- part 2 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=233 top=22 right=36 bottom=291
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: time
-- part 19 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=322 top=25 right=83 bottom=496
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Tech Support
----- HyperTalk script -----
on mouseUp
push card
visual effect dissolve to inverse
pass mouseUp
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=230 top=56 right=102 bottom=258
-- title width / last selected line: 0
-- icon id / first selected line: 13474 / 13474
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Quit
----- HyperTalk script -----
on mouseUp
visual effect dissolve slowly to black
go to card "Black"
doMenu "Quit HyperCard"
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=9 top=302 right=331 bottom=39
-- title width / last selected line: 0
-- icon id / first selected line: 29114 / 29114
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Back
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=267 top=56 right=102 bottom=300
-- title width / last selected line: 0
-- icon id / first selected line: 20186 / 20186
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Find...
----- HyperTalk script -----
on mouseUp
doMenu Find...
end mouseUp